AdminAccess
Paired with WithCustomPerms. Defines the permissions needed for "admin" access to the config.
Admin access will mark that a player can handle access violations (potential cheating of a config update) and other server-level issues, and will be notified in-game if such an error occurs while they are online.
This annotation is outside of the chain of precedence of the others, it is solely responsible for determining admin access.
If WithCustomPerms is used in the config class, this should be paired with it; otherwise the system will consider any server admin or owner (level 3+ perms) as an admin.
Author
fzzyhmstrs
Since
0.4.0
Parameters
Array
Int - Default -1 = no custom fallback behavior; it will check for permission level of 3+. If provided, uses vanilla logic: 1 = moderator, 2 = gamemaster, 3 = admin, 4 = owner